home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / Transport Independent Speech / SpokenSerialApp / Recognition.h < prev    next >
Encoding:
Text File  |  1998-06-20  |  453 b   |  8 lines  |  [TEXT/CWIE]

  1. OSErr        MakeNewLanguage            (SpeechInfoPtr theSpeechInfo);
  2. OSErr        ReadInLanguages            (SpeechInfoPtr theSpeechInfo);
  3. OSErr        AddStringsToLanguage    (SpeechInfoPtr theSpeechInfo, LanguageModelListPtr currentLang, short resID);
  4. OSErr        InitSpeechRecognition    (SpeechInfoPtr theSpeechInfo);
  5. OSErr        OpenSpeechRecognition    (SpeechInfoPtr theSpeechInfo);
  6. OSErr        ConfigureRecognition    (SpeechInfoPtr theSpeechInfo);
  7. OSErr        GetNewRecognizer        (SpeechInfoPtr theSpeechInfo);
  8.